Clarify the docs. Pointed out by Wolfgang Oertl
authorMatthias Clasen <matthiasc@src.gnome.org>
Sun, 6 Jul 2008 23:58:37 +0000 (23:58 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 6 Jul 2008 23:58:37 +0000 (23:58 +0000)
        * gtk/gtkwidget.c (gtk_widget_get_composite_name): Clarify the
        docs. Pointed out by Wolfgang Oertl

svn path=/trunk/; revision=20798

ChangeLog
gtk/gtkwidget.c

index 57be971fa961f2f21e46f788573a60ab0cbb8d5f..e608665f9e4452d73f5838b72e94c2674700b7c6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-07-06  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 510225 – gtk_widget_get_composite_name retval should be freed
+
+       * gtk/gtkwidget.c (gtk_widget_get_composite_name): Clarify the
+       docs. Pointed out by Wolfgang Oertl
+
 2008-07-06  Matthias Clasen  <mclasen@redhat.com>
 
        Bug 531129 – gtk_style_copy() does not include a return value or 
index 5c5a2f60696650d3bad5acf8425f6a734d27728d..c1c8a496a6983c22adc93e96a5b5b793a5b05561 100644 (file)
@@ -7564,11 +7564,12 @@ gtk_widget_set_composite_name (GtkWidget   *widget,
 /**
  * gtk_widget_get_composite_name:
  * @widget: a #GtkWidget
- * @returns: the composite name of @widget, or %NULL if @widget is not
- *   a composite child. The string should not be freed when it is no 
- *   longer needed.
  *
  * Obtains the composite name of a widget. 
+ *
+ * Returns: the composite name of @widget, or %NULL if @widget is not
+ *   a composite child. The string should be freed when it is no 
+ *   longer needed.
  **/
 gchar*
 gtk_widget_get_composite_name (GtkWidget *widget)